Autogenerated HTML docs for v1.7.6-447-gb9176 
diff --git a/git-grep.html b/git-grep.html index 3916491..a51a127 100644 --- a/git-grep.html +++ b/git-grep.html 
@@ -721,25 +721,6 @@  </p>   </dd>   <dt class="hdlist1">  --[ABC] &lt;context&gt;  -</dt>  -<dd>  -<p>  - Show <tt>context</tt> trailing (<tt>A</tt>&#8201;&#8212;&#8201;after), or leading (<tt>B</tt>  - &#8201;&#8212;&#8201;before), or both (<tt>C</tt>&#8201;&#8212;&#8201;context) lines, and place a  - line containing <tt>--</tt> between contiguous groups of  - matches.  -</p>  -</dd>  -<dt class="hdlist1">  --&lt;num&gt;  -</dt>  -<dd>  -<p>  - A shortcut for specifying <tt>-C&lt;num&gt;</tt>.  -</p>  -</dd>  -<dt class="hdlist1">   -p   </dt>   <dt class="hdlist1">  @@ -755,6 +736,59 @@  </p>   </dd>   <dt class="hdlist1">  +-&lt;num&gt;  +</dt>  +<dt class="hdlist1">  +-C &lt;num&gt;  +</dt>  +<dt class="hdlist1">  +--context &lt;num&gt;  +</dt>  +<dd>  +<p>  + Show &lt;num&gt; leading and trailing lines, and place a line  + containing <tt>--</tt> between contiguous groups of matches.  +</p>  +</dd>  +<dt class="hdlist1">  +-A &lt;num&gt;  +</dt>  +<dt class="hdlist1">  +--after-context &lt;num&gt;  +</dt>  +<dd>  +<p>  + Show &lt;num&gt; trailing lines, and place a line containing  + <tt>--</tt> between contiguous groups of matches.  +</p>  +</dd>  +<dt class="hdlist1">  +-B &lt;num&gt;  +</dt>  +<dt class="hdlist1">  +--before-context &lt;num&gt;  +</dt>  +<dd>  +<p>  + Show &lt;num&gt; leading lines, and place a line containing  + <tt>--</tt> between contiguous groups of matches.  +</p>  +</dd>  +<dt class="hdlist1">  +-W  +</dt>  +<dt class="hdlist1">  +--function-context  +</dt>  +<dd>  +<p>  + Show the surrounding text from the previous line containing a  + function name up to the one before the next function name,  + effectively showing the whole function in which the match was  + found.  +</p>  +</dd>  +<dt class="hdlist1">   -f &lt;file&gt;   </dt>   <dd>  @@ -882,7 +916,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2011-08-05 00:04:52 UTC  +Last updated 2011-08-11 22:26:57 UTC   </div>   </div>   </body>